home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tfe_100.arc / RUNME.BAT < prev    next >
DOS Batch File  |  1989-07-07  |  814b  |  21 lines

  1. echo off
  2. echo This archive contains three files:
  3. echo .
  4. echo         runme.bat - this batch file
  5. echo         tfe.doc   - documentation for TelixFonEd
  6. echo         tfe.exe   - TelixFonEd program
  7. echo .
  8. echo TFE is a full-screen editor for Telix version 3.0 or higher FON
  9. echo files (dialing directories).  The syntax for TFE is:
  10. echo                   tfe [filename[.ext]]
  11. echo If no filename is given, TELIX.FON is assumed.  Although the user
  12. echo interface is fairly self-explanatory, it is recommended that you
  13. echo print out the documentation (less than 10 pages) and read it.
  14. echo .
  15. echo If you do not wish to print out the documentation,  type
  16. echo Ctrl-Break or Ctrl-C now, followed by 'Y' and ENTER.  Otherwise,
  17. echo set your printer to the top of the page, and
  18. pause
  19. copy tfe.doc prn
  20.  
  21.